home *** CD-ROM | disk | FTP | other *** search
- // SmokeParticle.cpp: implementation of the SmokeParticle class.
- //
- //////////////////////////////////////////////////////////////////////
-
- #include "std.h"
- #include "SmokeParticle.h"
-
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
-
- SmokeParticle::SmokeParticle()
- {
-
- }
-
- SmokeParticle::~SmokeParticle()
- {
-
- }
-